home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / chip-cd_2004_08.zip / 08 / Internet / Shareaza 2.0 / Shareaza_2.0.0.0.exe / Schemas / applicationRoot.xsd < prev    next >
Extensible Markup Language  |  2002-11-28  |  471b  |  17 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <schema targetNamespace="http://www.shareaza.com/schemas/applicationRoot.xsd" xmlns="http://www.w3.org/2001/XMLSchema">
  4.     
  5.     <element name="applicationRoots">
  6.         <complexType>
  7.             <element name="applicationRoot" type="rootType" minOccurs="1" maxOccurs="unbounded"/>
  8.         </complexType>
  9.     </element>     
  10.     <complexType name="rootType">
  11.         <all>
  12.             <attribute name="title" type="string"/>
  13.         </all>
  14.     </complexType>
  15.     
  16. </schema>
  17.